projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d43c06d
)
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 6 May 2010 19:40:02 +0000
(12:40 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 6 May 2010 19:40:02 +0000
(12:40 -0700)
src/ChangeLog
patch
|
blob
|
history
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index fca76174d33666d6ec7a788b89749a579e26e6a5..3c0270e1fc4c63442839105445271a52b95053d5 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
+ * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
+
* Makefile.in (STARTFILES): Conditionally define to make the usage clear.
* s/gnu.h (START_FILES): Remove empty definition.
diff --git
a/src/emacs.c
b/src/emacs.c
index 06c686d9950e128d33a0ac05c2e58c6962810bb5..6b19b45d0b0a0f25f8ad8221109eebde0eba4eec 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1582,9
+1582,7
@@
main (int argc, char **argv)
syms_of_ccl ();
syms_of_character ();
syms_of_cmds ();
-#ifndef NO_DIR_LIBRARY
syms_of_dired ();
-#endif /* not NO_DIR_LIBRARY */
syms_of_display ();
syms_of_doc ();
syms_of_editfns ();